home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / write / module / english / edit_menu.locale < prev    next >
Text File  |  1996-09-18  |  913b  |  32 lines

  1. LOCALE EDIT_MENU;
  2.   $menu1   :="Edit";
  3.   $item1_1 :="Undo";
  4.   $item1_2 :="Undo...";
  5.   $item1_3 :="Set mark";
  6.   $item1_4 :="Clear mark";
  7.   $item1_5 :="Cut";
  8.   $item1_6 :="Copy";
  9.   $item1_7 :="Insert";
  10.   $item1_8 :="Delete";
  11.   $item1_9 :="Clipboard";
  12.   $sub9_1  :="Cut to clipboard";
  13.   $sub9_2  :="Copy to clipboard";
  14.   $sub9_3  :="Paste from clipboard";
  15.   $item1_10:="Save block as...";
  16.   $item1_11:="Insert file...";
  17.   $item1_12:="Block left";
  18.   $item1_13:="Block right";
  19.   $item1_14:="Block leftaligned...";
  20.   $item1_15:="Block rightaligned...";
  21.   $item1_16:="Block bound";
  22.   $item1_17:="Center block ...";
  23.  
  24.   $text1  :="Move Block x columns left:";
  25.   $text2  :="Move Block x columns right:";
  26.   $text3  :="Cut block to buffer:";
  27.   $text4  :="Copy block to buffer:";
  28.   $text5  :="Insert from buffer:";
  29.   $text6  :="How many steps do you want\nto go back?";
  30.   $text7  :="Make block bound to line:";
  31. END EDIT_MENU.
  32.